Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Initial Version and Version 1 of Luke's Notes


Ignore:
Timestamp:
Nov 13, 2006, 7:18:16 PM (17 years ago)
Author:
lschiere
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Luke's Notes

    v1 v1  
     1For those with shell accounts, sing Pyblosxom on pidgin:
     2 1. Copy /usr/lib/cgi-bin/pyblosxom.cgi to ~/public_html/blog/index.cgi
     3 2. Copy /etc/pyblosxom/config.py to ~/public_html/blog/
     4 3. Open config.py in your favorite text editor, the config file should
     5    be self documenting, but make shure that the datadir property is the
     6    full path to where you will store your blog entries.
     7 4. Create the datadir, and check the permissions on all directories and files. index.cgi must be executable
     8 5. create a .htaccess in the ~/public_html/blog directory looking like
     9    {{{
     10Options ExecCGI
     11<Files index.cgi>
     12        ForceType application/cgi-script
     13        SetHandler cgi-script
     14</Files>
     15    }}}
     16 6. Open up a text file in your datadir called firstpost.txt and write
     17    something and save. Now test the url
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!